home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Magazine / Online / QMail / docs / Porting Changes < prev    next >
Encoding:
Text File  |  1997-10-02  |  1.1 KB  |  39 lines

  1. Changes during the port to Amiga:
  2.  
  3. .qmail file names
  4. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  5. Amiga: When a message is received for an extension address containing '.',
  6. ':' or '/', all such characters are changed to ';' before looking for a
  7. .qmail file.
  8.  
  9. Unix: '.' is changed to ':'.
  10.  
  11.  
  12. .qmail delivery instructions
  13. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  14. Amiga: If the first character is a '|', qmail takes the rest of the line as a
  15. programme to execute and pipes the message to the programme on standard
  16. input.
  17.  
  18. If the first character is a '&', qmail forwards to the address following the
  19. '&'.
  20.  
  21. If the first character is any other character, qmail check the last
  22. character on the line. If it is a '/', qmail uses the line as the name of a
  23. maildir to deliver the message to, otherwise it treats as the name of a
  24. mailbox file.
  25.  
  26. Unix: '|' -> programme, "./" or '/' -> file/dir, everything else -> address
  27.  
  28. User home dirs
  29. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  30. Amiga: User home directories must contain a ':' in position two or higher.
  31. Unix:  User home directories must start with '/'.
  32.  
  33. In both cases, this guarantees an absolute path name.
  34. See also "User home directories".
  35.  
  36. Signals
  37. ¯¯¯¯¯¯¯
  38. See "qmail signals".
  39.